home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CVAWASTEText.h
-
- Header for CVAWASTEText DialogText Class
-
- Copyright © 1995 Dan Crevier. All rights reserved.
-
- Generated by Visual Architect™ 9:45 AM Mon, Nov 6, 1995
-
- This file is only generated once. You can modify it by filling
- in the placeholder functions and adding any new functions you wish.
-
- If you change the name of the document class, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CVAWASTEText.h"
-
- class CVAWASTEText : public x_CVAWASTEText
- {
- public:
-
- TCL_DECLARE_CLASS
-
- /** Object I/O **/
- virtual void PutTo(CStream &aStream);
- virtual void GetFrom(CStream &aStream);
- };
-